String Schema
CustomerRequestRequestType Complex Type
Description
Customer request
Namespace http://string.drv.de/xmlschema/string
Diagram
Identifier Element Sequence AssignedTravellers Element LanguageCode Element Text Element Sequence Description Element Code Element Sequence CustomerRequestRequestType Complex Type
Overview
CustomerRequestRequestType
Customer request
Sequence
Code optional xs:token
Touroperator code for the customer request
Description 0..∞ TextLanguageType Complex Type
Description for the customer request
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
AssignedTravellers optional IdentifiersType Complex Type
List of assigend participants
Used By
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequest Element
Source
<xs:complexType name="CustomerRequestRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Customer request</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="xs:token" nillable="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Touroperator code for the customer request</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Description for the customer request</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedTravellers" type="IdentifiersType" nillable="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>List of assigend participants</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.